home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / webftp / webftp30.exe / {app} / WebFtp3.exe / 0 / RCDATA / TSETTFORM / TSETTFORM.txt
Encoding:
Text File  |  2001-07-11  |  5.3 KB  |  276 lines

  1. object SettForm: TSettForm
  2.   Left = 340
  3.   Top = 215
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Profile Manager'
  7.   ClientHeight = 401
  8.   ClientWidth = 521
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   OnClose = FormClose
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object GroupBox1: TGroupBox
  22.     Left = 8
  23.     Top = 8
  24.     Width = 313
  25.     Height = 353
  26.     Caption = 'Profile Settings'
  27.     TabOrder = 0
  28.     object Label2: TLabel
  29.       Left = 16
  30.       Top = 26
  31.       Width = 65
  32.       Height = 17
  33.       AutoSize = False
  34.       Caption = 'Profile Name:'
  35.     end
  36.     object Label3: TLabel
  37.       Left = 16
  38.       Top = 59
  39.       Width = 65
  40.       Height = 17
  41.       AutoSize = False
  42.       Caption = 'User Name:'
  43.     end
  44.     object Label4: TLabel
  45.       Left = 16
  46.       Top = 92
  47.       Width = 65
  48.       Height = 17
  49.       AutoSize = False
  50.       Caption = 'Password:'
  51.     end
  52.     object Label5: TLabel
  53.       Left = 16
  54.       Top = 125
  55.       Width = 65
  56.       Height = 17
  57.       AutoSize = False
  58.       Caption = 'Host Address:'
  59.     end
  60.     object Label1: TLabel
  61.       Left = 16
  62.       Top = 258
  63.       Width = 65
  64.       Height = 17
  65.       AutoSize = False
  66.       Caption = 'Proxy:'
  67.     end
  68.     object Label7: TLabel
  69.       Left = 16
  70.       Top = 290
  71.       Width = 65
  72.       Height = 17
  73.       AutoSize = False
  74.       Caption = 'Port:'
  75.     end
  76.     object Label6: TLabel
  77.       Left = 16
  78.       Top = 154
  79.       Width = 65
  80.       Height = 17
  81.       AutoSize = False
  82.       Caption = 'Server Type:'
  83.     end
  84.     object Label8: TLabel
  85.       Left = 16
  86.       Top = 322
  87.       Width = 73
  88.       Height = 17
  89.       AutoSize = False
  90.       Caption = 'Start Directory:'
  91.     end
  92.     object Edit_User: TEdit
  93.       Left = 96
  94.       Top = 57
  95.       Width = 201
  96.       Height = 21
  97.       HelpContext = 2
  98.       TabOrder = 1
  99.     end
  100.     object Edit_Name: TEdit
  101.       Left = 96
  102.       Top = 24
  103.       Width = 201
  104.       Height = 21
  105.       HelpContext = 1
  106.       TabOrder = 0
  107.     end
  108.     object Edit_Pass: TEdit
  109.       Left = 96
  110.       Top = 90
  111.       Width = 201
  112.       Height = 21
  113.       HelpContext = 3
  114.       PasswordChar = '*'
  115.       TabOrder = 2
  116.     end
  117.     object Edit_Host: TEdit
  118.       Left = 96
  119.       Top = 123
  120.       Width = 201
  121.       Height = 21
  122.       HelpContext = 4
  123.       TabOrder = 3
  124.     end
  125.     object AnonBox: TCheckBox
  126.       Left = 96
  127.       Top = 208
  128.       Width = 113
  129.       Height = 17
  130.       HelpContext = 7
  131.       Caption = 'Anonymous Login'
  132.       TabOrder = 6
  133.       OnClick = AnonBoxClick
  134.     end
  135.     object CheckProxy: TCheckBox
  136.       Left = 96
  137.       Top = 232
  138.       Width = 73
  139.       Height = 17
  140.       HelpContext = 8
  141.       Caption = 'Use Proxy'
  142.       TabOrder = 7
  143.       OnClick = CheckProxyClick
  144.     end
  145.     object Proxy_Edit: TEdit
  146.       Left = 96
  147.       Top = 256
  148.       Width = 153
  149.       Height = 21
  150.       HelpContext = 9
  151.       Color = clSilver
  152.       Enabled = False
  153.       TabOrder = 8
  154.     end
  155.     object Port_Edit: TEdit
  156.       Left = 96
  157.       Top = 288
  158.       Width = 153
  159.       Height = 21
  160.       HelpContext = 10
  161.       Color = clWhite
  162.       TabOrder = 9
  163.       Text = '21'
  164.       OnKeyPress = Port_EditKeyPress
  165.     end
  166.     object CheckPassive: TCheckBox
  167.       Left = 96
  168.       Top = 184
  169.       Width = 153
  170.       Height = 17
  171.       HelpContext = 6
  172.       Caption = 'Passive Mode'
  173.       TabOrder = 5
  174.     end
  175.     object ComboServer: TComboBox
  176.       Left = 96
  177.       Top = 152
  178.       Width = 201
  179.       Height = 21
  180.       HelpContext = 5
  181.       Style = csDropDownList
  182.       ItemHeight = 13
  183.       TabOrder = 4
  184.       Items.Strings = (
  185.         'Standard Unix Type'
  186.         'Apple Unix Type'
  187.         'DOS Type'
  188.         'MVS Multi-Net Type'
  189.         'AS400 Type'
  190.         'Other (Unknown Type)'
  191.         ' ')
  192.     end
  193.     object EditStart: TEdit
  194.       Left = 96
  195.       Top = 320
  196.       Width = 201
  197.       Height = 21
  198.       HelpContext = 84
  199.       TabOrder = 10
  200.     end
  201.   end
  202.   object GroupBox2: TGroupBox
  203.     Left = 328
  204.     Top = 8
  205.     Width = 185
  206.     Height = 353
  207.     Caption = 'Current Profiles'
  208.     TabOrder = 1
  209.     object List_Prof: TListView
  210.       Left = 16
  211.       Top = 24
  212.       Width = 153
  213.       Height = 313
  214.       HelpContext = 11
  215.       Columns = <>
  216.       ReadOnly = True
  217.       RowSelect = True
  218.       SmallImages = FormMain.Imgsmall
  219.       SortType = stText
  220.       TabOrder = 0
  221.       ViewStyle = vsList
  222.       OnClick = List_ProfClick
  223.       OnSelectItem = List_ProfSelectItem
  224.     end
  225.   end
  226.   object Button1: TButton
  227.     Left = 63
  228.     Top = 368
  229.     Width = 75
  230.     Height = 25
  231.     HelpContext = 14
  232.     Caption = '&New'
  233.     TabOrder = 2
  234.     OnClick = ButNewClick
  235.   end
  236.   object ButSave: TButton
  237.     Left = 143
  238.     Top = 368
  239.     Width = 75
  240.     Height = 25
  241.     HelpContext = 15
  242.     Caption = '&Save'
  243.     TabOrder = 3
  244.     OnClick = ButSaveClick
  245.   end
  246.   object ButDel: TButton
  247.     Left = 223
  248.     Top = 368
  249.     Width = 75
  250.     Height = 25
  251.     HelpContext = 16
  252.     Caption = '&Delete'
  253.     TabOrder = 4
  254.     OnClick = ButDelClick
  255.   end
  256.   object ButHelp: TButton
  257.     Left = 303
  258.     Top = 368
  259.     Width = 75
  260.     Height = 25
  261.     Caption = '&Help'
  262.     TabOrder = 5
  263.     OnClick = ButHelpClick
  264.   end
  265.   object ButCancel: TButton
  266.     Left = 383
  267.     Top = 368
  268.     Width = 75
  269.     Height = 25
  270.     Cancel = True
  271.     Caption = '&Close'
  272.     TabOrder = 6
  273.     OnClick = ButCancelClick
  274.   end
  275. end
  276.